Release 10.1A: OpenEdge Development:
Progress Dynamics Repository Reference


gsc_entity_display_field table — gsced

This table defines the fields in a table to be used when building generic objects for that table, such as a dynamic browser of the table. It identifies the fields that should be used, their sequence, and enables overriding the fields’ labels and formats. This is used in the generic data security used by the Progress Dynamics framework.

If there are no entries in this table, the default behavior is to use all fields, other than object fields, in the order they appear in the database.

This table should initially be populated automatically from the metaschema. It can then be modified accordingly. This table does not support joined fields.

Table 4–11 lists the table’s FLA, fields, and foreign keys.

Table 4–11: gsc_entity_display_field table information 
Table FLA
Fields (data type)
Foreign keys
gsced
entity_display_field_obj (Decimal)
entity_mnemonic (Character)
display_field_name (Character)
display_field_order (Integer)
display_field_label (Character)
display_field_column_label (Character)
display_field_format (Character)
entity_mnemonic

Table 4–12 gives details of the table’s indexes.

Table 4–12: gsc_entity_display_field index information 
Index name
Elements
Type
XPKgsc_entity_display_field
entity_display_field_obj
Primary Unique
XAK1gsc_entity_display_field
entity_mnemonic
display_field_name
Unique
XAK2gsc_entity_display_field
entity_mnemonic
display_field_order
display_field_name
Unique


Copyright © 2005 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095